home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 March / inter@ivo 1997-03.iso / cybint14 / bin / main.dxr / 00093.ls < prev    next >
Encoding:
Text File  |  1997-02-18  |  130 b   |  8 lines

  1. on enterFrame
  2.   sound playFile 2, "..\som\esfer1.wav"
  3.   startTimer()
  4.   repeat while the timer < 40
  5.     nothing()
  6.   end repeat
  7. end
  8.